<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-swiper-slide {
	width: 100%;
	/*height: calc(100vw*9/16) !important;*/
}

.my-container-fluid {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

/* 绠€浠� */
.profile_en {
	/* margin-top: 3.4375rem;
	width: auto;
	height: auto;
	color: #e9e9e9;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 4rem;
	letter-spacing: 0.1875rem; */
	
	margin-top: 3.4375rem;
	width: auto;
	height: auto;
	color: #e9e9e9;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	line-height: 6.5rem;
	font-weight: bolder;
}

.profile_zh {
	/* margin-bottom: 15px;
	width: auto;
	height: auto;
	color: #242424;
	font-size: 2.25rem;
	line-height: 0.625rem; */
	
	margin-bottom: 15px;
	width: auto;
	height: auto;
	color: #242424;
	font-size: 2.0rem;
	line-height: 0.625rem;
}

.profile_t_zh {
	color: black;
	font-size: 1.625rem;
	font-weight: bold;
	letter-spacing: 0.1875rem;
}

.profile_t_en {
	color: #e9e9e9;
	font-size: 1.4375rem;
	font-weight: bold;
}

.profile_text&gt;p {
	font-size: 1.25rem;
	/* margin-bottom: 0.3125rem; */
}

.profile_img{
	width: auto;
}

/* 宸﹀彸杞挱 */
.product-swiper-wrapper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/*.product-mySwiper{*/
/*	padding-left: 0.625rem;*/
/*	padding-right: 0.625rem;*/
/*}*/

/* news */
.news_one {
	width: 27rem;
	margin: 0 auto;
}

.news_list .news_link {

	/*1. 瓒呭嚭鐨勯儴鍒嗛殣钘� */
	overflow: hidden;

	/*2. 鏂囧瓧鐢ㄧ渷鐣ュ彿鏇夸唬瓒呭嚭鐨勯儴鍒� */
	text-overflow: ellipsis;

	/* 3. 寮规€т几缂╃洅瀛愭ā鍨嬫樉绀� */
	display: -webkit-box;

	/* 4. 闄愬埗鍦ㄤ竴涓潡鍏冪礌鏄剧ず鐨勬枃鏈殑琛屾暟 */
	-webkit-line-clamp: 2;

	/* 5. 璁剧疆鎴栨绱几缂╃洅瀵硅薄鐨勫瓙鍏冪礌鐨勬帓鍒楁柟寮� */
	-webkit-box-orient: vertical;
}

/* 灏忓睆骞� */
@media screen and (max-width: 991px) {
	.news_one_text {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

/* 澶у睆骞� */
@media screen and (min-width: 992px) {
	.news_one_div {
		position: relative;
		/*white-space: nowrap;*/
		/*overflow: hidden;*/
		/*text-overflow: ellipsis;*/
		word-break:break-all;
	}

	.news_one_text {
		width: 100%;
		position: absolute;
		bottom: 1rem;
		/*white-space: nowrap;*/
		/*overflow: hidden;*/
		/*text-overflow: ellipsis;*/
		word-break:break-all;
		margin-right: 20px;
	}
}

.news_link {
	color: black;
	text-decoration: none;
}

.news_link:hover {
	color: blue;
	cursor: pointer;
	text-decoration: none;
}
</pre></body></html>